home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / comm / tcp / samba_2.0.7.lha / source / amiga_rcs / stdio.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-08-17  |  2.0 KB  |  116 lines

  1. head    1.3;
  2. access;
  3. symbols
  4.     V1_15:1.3
  5.     V1_12:1.2
  6.     V1_11:1.2
  7.     V1_10:1.2
  8.     V1_9:1.2
  9.     V1_8:1.2
  10.     V1_7:1.2
  11.     V1_6:1.2
  12.     V1_5:1.2
  13.     V1_4:1.2
  14.     V1_3:1.2
  15.     V1_2:1.2
  16.     V1_1:1.1;
  17. locks
  18.     olsen:1.3; strict;
  19. comment    @ * @;
  20.  
  21.  
  22. 1.3
  23. date    2000.05.22.19.09.41;    author olsen;    state Exp;
  24. branches;
  25. next    1.2;
  26.  
  27. 1.2
  28. date    99.02.20.10.39.38;    author olsen;    state Exp;
  29. branches;
  30. next    1.1;
  31.  
  32. 1.1
  33. date    99.02.13.10.11.06;    author olsen;    state Exp;
  34. branches;
  35. next    ;
  36.  
  37.  
  38. desc
  39. @.
  40. @
  41.  
  42.  
  43. 1.3
  44. log
  45. @.
  46. @
  47. text
  48. @#ifndef _WRAPPER_STDIO_H
  49. #define _WRAPPER_STDIO_H 1
  50.  
  51. /*
  52.  * $Id: stdio.h 1.2 1999/02/20 10:39:38 olsen Exp olsen $
  53.  *
  54.  * :ts=4
  55.  *
  56.  * AmigaOS wrapper routines for Samba 2.0.0, using the AmiTCP V4 API
  57.  * and the SAS/C V6.58 compiler.
  58.  *
  59.  * Copyright (C) 1999-2000 by Olaf `Olsen' Barthel <olsen@@sourcery.han.de>
  60.  *
  61.  * This program is free software; you can redistribute it and/or modify
  62.  * it under the terms of the GNU General Public License as published by
  63.  * the Free Software Foundation; either version 2 of the License, or
  64.  * (at your option) any later version.
  65.  * 
  66.  * This program is distributed in the hope that it will be useful,
  67.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  68.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  69.  * GNU General Public License for more details.
  70.  * 
  71.  * You should have received a copy of the GNU General Public License
  72.  * along with this program; if not, write to the Free Software
  73.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  74.  */
  75.  
  76. /****************************************************************************/
  77.  
  78. #include "include:stdio.h"
  79.  
  80. /* We are going to replace these. */
  81. #undef access
  82. #undef printf
  83. #undef putchar
  84. #undef getchar
  85. #undef getc
  86. #undef rewind
  87.  
  88. /******************************************************************************/
  89.  
  90. #endif /* _WRAPPER_STDIO_H */
  91. @
  92.  
  93.  
  94. 1.2
  95. log
  96. @.
  97. @
  98. text
  99. @d5 1
  100. a5 1
  101.  * $Id: stdio.h 1.1 1999/02/13 10:11:06 olsen Exp olsen $
  102. d12 1
  103. a12 1
  104.  * Copyright (C) 1999 by Olaf `Olsen' Barthel <olsen@@sourcery.han.de>
  105. @
  106.  
  107.  
  108. 1.1
  109. log
  110. @.
  111. @
  112. text
  113. @d36 2
  114. d39 1
  115. @
  116.